home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / stronged / !StrongED_Modes_StrongMode < prev    next >
Encoding:
Text File  |  1996-09-02  |  1.3 KB  |  69 lines

  1. Search
  2.     section    ~("end"|"#") {isalpha}+
  3. End
  4.  
  5. Shortcuts
  6. #function entry
  7.     ''k    \tKey    \@\n    Menu    \@\n    Icon    \@\n    Select    \n    Help
  8.     ''s    Search\n    \@\nEnd
  9. End
  10.  
  11.  
  12. #------------------------------------------------------------------------------
  13.  
  14. ID_FirstChar    A-Za-z_
  15. ID_Middle    A-Za-z_0-9
  16.  
  17. SyntaxOptions
  18.     SingleQuote    No
  19.     DoubleQuote    Yes
  20.     QuoteQuote    No
  21.     QuoteChar    \
  22.     SplitString    No
  23. End
  24.  
  25. # The sections
  26.  
  27. SyntaxWords Group1 nocase StartSpace
  28.     Keylist Search Replace Functions Shortcuts
  29.     ID_FirstChar ID_Middle ID_LastChar
  30.     SyntaxWords SyntaxOptions SyntaxComment
  31.     PrintHead PrintFoot HelpPath Bitmap Clicklist End
  32. End
  33.  
  34. # Section elements
  35.  
  36. SyntaxWords Group2 nocase StartSpace
  37.     Key Menu Icon Help Select Adjust
  38.     SingleQuote DoubleQuote QuoteQuote SplitString QuoteChar HexPrefix BinPrefix
  39.     Type StartWith EndWith
  40. End
  41.  
  42. # Options for the SyntaxWords section
  43.  
  44. SyntaxWords Group4 nocase
  45.  
  46.     EndAlways EndNonID EndOfID EndOfLine EndAsm EndSTM EndBL
  47.     StartofLine StartSpace
  48.     case nocase
  49.  
  50. End
  51.  
  52. # defines the comment here for the time being, since real comments can't be tied to
  53. # start of line only
  54.  
  55. SyntaxWords Group3 nocase StartofLine EndofLine
  56.     #
  57. End
  58.  
  59. #------------------------------------------------------------------------------
  60.  
  61. Functions
  62.  
  63.     Icon    lof
  64.     Select    ListOfFound (section,All,Whole,Line,NoCase)
  65.     Menu    List of sections
  66.     Help    Select - list of sections
  67.  
  68. End
  69.